popover: raise when showing
authorOlivier Fourdan <ofourdan@redhat.com>
Thu, 24 Mar 2016 10:32:24 +0000 (11:32 +0100)
committerOlivier Fourdan <ofourdan@redhat.com>
Fri, 25 Mar 2016 16:23:34 +0000 (17:23 +0100)
commit5d34cf64a2f5a3c7f58732a500b2c5b2b0ceba47
tree48ff1d06dc65a8a6ec97679e17d36746b3ae5ddd
parent19034a235265b927325ffcebe3cff6f37503784d
popover: raise when showing

Some other widget might have mapped and raised another child window of
the toplevel in the meantime, causing the popover window to be covered.

Raise the popover window to avoid the issue.

Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=763627
gtk/gtkwindow.c